home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / easy_a13.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-01-14  |  565b  |  25 lines

  1. echo off
  2. set d=c:
  3. if d:=%1 set d=d:
  4. :loop1
  5. cls
  6. echo *********************************************************************
  7. echo *                                                                   *
  8. echo *                  Insert Program Disk in Drive A:                  *
  9. echo *                                                                   *
  10. echo *********************************************************************
  11. pause
  12. cls
  13. lagent
  14. cls
  15. echo on
  16. if exist agent.exe goto ok1
  17. :ok1
  18. mkdir %d%\agent
  19. cd %d%\agent
  20. copy b:*.* %d%
  21. cd %d%\
  22.  
  23.  
  24.  
  25.